home *** CD-ROM | disk | FTP | other *** search
/ Thailand - Into the 2000's / Thailand: Into the 2000's.iso / Acrobat / Acrobat.exe / EXVW / 10003 < prev    next >
Text File  |  2001-10-26  |  326b  |  13 lines

  1. dialog(name: '$$$/Dialogs/GoToPage', target_id: 'Page')
  2. {
  3.     group()
  4.     {
  5.         view(align_children: align_row)
  6.         {
  7.             static_text(name: '$$$/Dialogs/GoToPage/Page');
  8.             edit_text(item_id: 'Page', width: max_char_width() * 6);
  9.             static_text(item_id: 'NumP', name: '$$$/Dialogs/GoToPage/NumPages');
  10.         }
  11.         ok_cancel();
  12.     }
  13. }